summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2024-02-19 19:26:18 +0100
committerGitHub <noreply@github.com>2024-02-19 19:26:18 +0100
commitdaf350f5d38e02bbe4cf3e7ae46019d3c9b88c68 (patch)
tree505faa60281098cb7f7053fa30e473a0272394c4
parentMerge pull request #13080 from FearlessTobi/scope-exit (diff)
downloadyuzu-daf350f5d38e02bbe4cf3e7ae46019d3c9b88c68.tar
yuzu-daf350f5d38e02bbe4cf3e7ae46019d3c9b88c68.tar.gz
yuzu-daf350f5d38e02bbe4cf3e7ae46019d3c9b88c68.tar.bz2
yuzu-daf350f5d38e02bbe4cf3e7ae46019d3c9b88c68.tar.lz
yuzu-daf350f5d38e02bbe4cf3e7ae46019d3c9b88c68.tar.xz
yuzu-daf350f5d38e02bbe4cf3e7ae46019d3c9b88c68.tar.zst
yuzu-daf350f5d38e02bbe4cf3e7ae46019d3c9b88c68.zip
-rw-r--r--src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt b/src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt
index c3b2b11f8..bcc880e17 100644
--- a/src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt
+++ b/src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt
@@ -810,7 +810,7 @@ class EmulationFragment : Fragment(), SurfaceHolder.Callback {
}
}
}
- binding.doneControlConfig.setVisible(false)
+ binding.doneControlConfig.setVisible(true)
binding.surfaceInputOverlay.setIsInEditMode(true)
}